Gets or sets the script code
__property BSTR ScriptBody;
String ScriptBody;
Property ScriptBody() As String
The ScriptBody may contain any script code that is valid for the language you have specified.
Depending on the scripting language, the script may need to be implemented as a class or method with a specific name and signature. For details, create a script using the desired language in the Console and refer to the template that is used to initialize the script there.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|